home *** CD-ROM | disk | FTP | other *** search
- * ROM 2
- *
- * ROM 2 contains the following routines:
- *
- * READ
- * CLOSE
- * RESTORE/REWIND
- *
- * April 18, 1995
- * David Nieters
-
- IDT 'ROM2'
-
- AORG >4000
-
- DATA READ0
- DATA CLOSE0
- DATA REST0
-
- COPY "DSK7.READ"
- PAGE
- COPY "DSK7.EQU"
- PAGE
- COPY "DSK7.CLOSE"
- PAGE
- COPY "DSK7.RESTORE"
- PAGE
- COPY "DSK7.POSITION"
- PAGE
- COPY "DSK7.DSRERROR"
- PAGE
- COPY "DSK7.BANKIT"
- PAGE
- COPY "DSK7.ISFILEOPEN"
- PAGE
- COPY "DSK7.FLUSH"
- PAGE
- COPY "DSK7.MISC"
-
- BANKN DATA >0200
- END
-